From a576a37b3b66820848f27781d0c3a1470e202d0b Mon Sep 17 00:00:00 2001 From: oliskoli Date: Thu, 21 Aug 2008 21:24:46 +0000 Subject: [PATCH] mkchangelog: Try to replace some unhandled html operators. --- tools/mkchangelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/mkchangelog b/tools/mkchangelog index 9d1a27d40..52043f041 100755 --- a/tools/mkchangelog +++ b/tools/mkchangelog @@ -8,6 +8,8 @@ LANG='POSIX'; export LANG > /dev/null +sed -e 's/^[ \t]*//;s/[ \t]*$//' | # trim leading and trailing spaces +sed -e 's/ < / \< /g' -e 's/ > /\> /g' | # try replace some unhandled html operators sed -e :a -e 's/<[^<]*>/ /g;//g' -e 's/</\